expression 相关的搜索结果 共有4个

A.( x,... )

Description: Compute an expression with each member of a sequence. Syntax: A.(x,…)   A.() Return A itself. Note: The funsequence, member, expression

ch.()

Description: Attach a computation to a channel and return the original channel. Syntax: ch.(x)   ch.() Return the channechannel, expression, attached operation

cmp()

Description: Compare two expressions or two sequences. Syntax: cmp(x, y) When comparing two expressions x and y, return compare, expression, sequence

r.(x,...)

Description: Compute expressions against a record and return result of the last one. Syntax: r.(x,…) Note: The function record, compute, expression